home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 2
/
Apprentice-Release2.iso
/
Source Code
/
C
/
System
/
StyleWriter Page Monitor GX
/
Source
/
Jump Table.c
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1994-11-08
|
336 b
|
18 lines
|
[
TEXT/MMCC
]
/***
* Jump Table
*
* This contains the code that should be put at the very start of the code resource. It
* tells gx where to find the routines later in the resource that will do the real work.
*
***/
#include "Headers.h"
#include "PageMon.h"
void asm main ()
{
dc.l 0;
jmp PageMonImageJob;
jmp PageMonImagePage;
}